Move get-lru-window and get-largest-window to window.el.
authormartin rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:23:08 +0000 (15:23 +0200)
committermartin rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:23:08 +0000 (15:23 +0200)
commit543775754224e0adb4340dad470960e8d6554683
treec7e66a9c6b841d51ed4e22012391105b3d2c7f7f
parentfd66fa22e3ffc45fb1e0346abc6c4f15c637d40e
Move get-lru-window and get-largest-window to window.el.

* window.c (window_loop): Remove handling of GET_LRU_WINDOW and
GET_LARGEST_WINDOW.
(Fget_lru_window, Fget_largest_window): Move to window.el.

* window.el (get-lru-window, get-largest-window): Move here from
window.c.  Rename first argument to ALL-FRAMES.  Rephrase
doc-strings.
(get-buffer-window-list): Rewrite using window-list-1.  Rephrase
doc-string.
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c